home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / moni / Scout.lha / Scout / arexx / startup.scout < prev   
Encoding:
Text File  |  2001-11-27  |  479 b   |  15 lines

  1. /**************************************************************************
  2.  *      This is an example ARexx script for Scout's STARTUP option.       *
  3.  *           Try:                                                         *
  4.  *                1> scout startup="arexx/startup.scout"                  *
  5.  **************************************************************************/
  6.  
  7. address 'SCOUT.1'
  8. options results
  9.  
  10. OpenWindow Ports
  11. OpenWindow Expansions
  12. OpenWindow Tasks
  13.  
  14. exit
  15.